This routine uses the__cdecl C declaration calling convention and returns void. 这个例程使用了cdeclC声明调用约定,并返回空值。
Further, since we are binding to our web services statically by using generated client stubs, that dictates some details about our calling convention. 此外,因为要采用生成客户机存根的方式来静态绑定Web服务,我们同时也需要遵守一些额外的惯例。
Omitted calling convention is a very common mistake that many beginners do. 对于很多初学者来说忘记添加调用协定是非常普遍的错误。
Unknown unmanaged calling convention for function signature. 函数签名的未知非托管调用约定。
It is important to remember to specify the calling convention for all exported functions. 对于所有的导出函数记住它们调用协定是重要的。
The trouble with calling genocide "genocide" while the blood is still spilling is that, under the terms of a UN convention, one is obliged to do something to stop it. 麻烦在于,当屠刀下的鲜血还在横流的时候称这一事件为“种族屠杀”,那么按照联合国有关条款的惯例,就得有人站出来阻止悲剧的继续发生。
Indicates that the calling convention is described by the bottom four bits. 指示最低的四位描述调用约定。
But, once the client changes its calling convention, it goes unnoticed by the developer until runtime crashes occur. 但是,一旦客户端改变了它的调用协定,开发者将会产生一个难以察觉的直到运行时才发生的错误。
Earlier this week, Brazil, Russia, India, South Africa and China signed a joint declaration calling for an end to the unwritten and obsolete convention that says the managing director of the IMF should be a European. 本周早些时候,巴西、俄罗斯、印度、南非和中国签署联合声明,呼吁终结IMF总裁应由欧洲人担任的过时的不成文惯例。
The world needs the WHO FCTC as much as, if not more than, it did in1996 when the World Health Assembly adopted a resolution calling for an international framework convention on tobacco control. 世界需要《世界卫生组织烟草控制框架公约》,一如1996年的情况一样,即使不是比那时更需要。当时,世界卫生大会通过了一项决议,要求制定一项国际烟草控制框架公约。
There is no need to explicitly specify a calling convention for exporting classes or their methods. 在导出整个类或者它们的方法没有必要显式指定一个调用协定。
The calling convention is not checked dynamically, so code that uses a calli instruction does not work correctly if the destination does not actually use the specified calling convention. 不动态检查调用约定,因此如果目标实际上没有使用指定的调用约定,则使用calli指令的代码将不会正确工作。
Only register calling convention allowed In OLE automation section 在ole自动区段中只允许寄存器调用约定
There is one flag set, namely DEFAULT, it means that method is static, and lets CLR determine a calling convention used. 有一个标志设置,即默认情况下,这意味着该方法是静态的,并让CLR的确定调用约定使用。
By default, the C++ compiler uses the__thiscall calling convention for class methods. 根据预设,C++编译器使用thiscall作为类成员函数的调用协定。
Returns a method having the specified name, binding information, calling convention, and parameter types and modifiers. 返回具有指定名称、绑定信息、调用约定、参数类型和修饰符的方法。
Vararg calling convention not supported. 不支持vararg调用约定。
This will however only happen if the calling convention is changed and this is not likely to happen very often. 使用最新代码,如果调用约定改变,也不会对它产生影响。当然,这几乎不可能发生。
Error: Type constructor has invalid calling convention. 错误:类型构造函数具有无效的调用约定。
According to calling convention, caller and callee have to save and restore the corresponding registers across boundaries of procedure call, and these registers are divided into caller-save registers and callee-save registers. 软件规范中的函数调用约定指出,caller和callee都需要保存函数调用前后的程序状态。根据数据流分析和过程间分析,caller和callee会保存和恢复的程序状态有不同的分工。
The Analysis on Calling Convention of Function 函数调用约定浅析